Skip to content

Respect installing project in virtualenv in builder #1576

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 20, 2015

Conversation

ericholscher
Copy link
Member

No description provided.

agjohnson added a commit that referenced this pull request Aug 20, 2015
Respect installing project in virtualenv in builder
@agjohnson agjohnson merged commit 4ba0c27 into master Aug 20, 2015
@agjohnson agjohnson deleted the respect-install-project branch August 20, 2015 00:32
@@ -141,7 +141,7 @@ class Project(models.Model):
skip = models.BooleanField(_('Skip'), default=False)
mirror = models.BooleanField(_('Mirror'), default=False)
use_virtualenv = models.BooleanField(
_('Use virtualenv'),
_('Install Project'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep in mind that changing any field argument will require adjustments in the migrations:
screen1
(See the "Alter field use_virtualenv on project")

I usually go the way to change the verbose_name of the original migration which introduced the field since I'm 100% sure that this change will not affect the DB. The other probably cleaner solution (which is causing other problems when using many long lived feature branches) is to create a new migration that changes the field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants